/* 共通 */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    color: #000;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.table {
    border-collapse:collapse;
}

table th,
table td {
    vertical-align: middle;
}

/*topスライドショー*/
.top_margin {
    height: 56px;
    width: 100%;
}

.swiper {
    position: relative;
}

.top-swiper-slide img {
    width: 100%;
    height: auto;
    height: 77vh;
    width: 100%;
    object-fit: cover;
}

.swiper-pagination-slider {
    position: absolute;
    text-align: center;
    z-index: 3;
    bottom: 3.2rem!important;
}

.swiper-pagination {
    position: unset!important;
    margin-top: 2.4rem;
}

.swiper-pagination-bullet-active {
    background-color: #008000!important;
}

.OnLineBtn{
    position: absolute;
    width: 295px;
    height: 65px;
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    z-index: 3;
    right: 3.2rem;
    bottom: 3.2rem;
}
.OnLineBtnText {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* タブレットサイズ */
@media screen and (max-width: 834px) {
    .OnLineBtn {
        width: 210px;
        padding: 10px;
        height: unset;
        right: 1.6rem;
        bottom: 1.6rem;
    }
    .OnLineBtnText {
        font-size: 12px;
    }
    .swiper-pagination-slider {
        bottom: 1.6rem!important;
    }
}

/* スマホサイズ */
@media screen and (max-width: 600px) {
    .OnLineBtn {
        width: 150px;
        right: 1rem;
        bottom: 1rem;
    }
    .OnLineBtnText {
        font-size: 10px;
    }
    .swiper-pagination-slider {
        bottom: 1.6rem!important;
        text-align: left;
        padding-left: 1rem;
    }
}

.right_icon {
    transform: rotate(90deg);
}

.top-single-width {
    max-width: 1856px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
}

/*価格帯 ランキング*/
.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: black;
}
.horizontal-line_text{
    font-size: 26px;
}
.heading{
}
.price_range_ranking{
    /* padding: 2.5%; */
    margin-bottom: 10rem;
    margin-top: 6rem;
}
.horizontal-line_text_box{
    display: flex;
    justify-content: start;
    padding: 20px;
}
.heading_icon{
    width: 40px;
    height: 40px;
}
.amount_list{
    width: 30%;
    height: 105px;
    display: flex;
    justify-content: space-between;
    border: 1px solid black;
}
.amount_list_box1{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.amount_list_box2{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.amount_text{
    color: #2E2B3E;
    font-size: 36px;
    margin-top: 20px;
    margin-left: 16%;
}
.amount_icon{
    height: 105px;
    width: 40%;
}
.heading_icon img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.amount_icon img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
/*おすすめ ランキング
----------------------------------------*/
.recommendation_ranking{
    /* padding: 2.5%; */
    margin-bottom: 15rem;
}
.swiper-recommend{
    overflow: hidden;
}
/* .recommendation_list{
    margin-top: 50px;
} */
.recommendation_img{
    width: 100%;
    display: flex;
    justify-content: center;
}
.recommendation_img img {
    max-width: 100%;
    height: auto;
    width: 100%;
    aspect-ratio: 284 / 196;
}
.recommendation_ranking_title{
    display: flex;
    justify-content: start;
    margin-top: 20px;
}
.recommendation_ranking_icon{
    width: 20%;
    height: 65px;
}
.recommendation_ranking_icon img {
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: contain;
}
.recommendation_ranking_title_text{
    width: 80%;
    height: 65px;
}
.recommendation_ranking_title_text_1{
    font-size: 15px;
    color: #534B7A;
    margin-left: 5%;
}
.recommendation_ranking_title_text_2{
    font-size: 20px;
    margin-left: 6%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.recommendation_ranking_main_text{
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
}

.recommendation_ranking_main_text {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 60px;
}

/* タブレットサイズ */
@media screen and (max-width: 834px) {
    /*おすすめ ランキング*/
    .recommendation_ranking_main_text {
        margin-top: .6rem;
    }
}

/*画像グループリスト*/
.img_group_list{
    /* padding: 2.5%;
    margin-top: 10px; */
    margin-bottom: 8.6rem;
}
.img_group{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 3.8rem;
    row-gap: 4.4rem;
}

.img_group img {
    object-fit: cover;
}

@media screen and (max-width: 1150px) {
    .img_group{
        column-gap: 2.8rem;
        row-gap: 3.2rem;
    }
}

@media screen and (max-width: 834px) {
    .img_group{
        column-gap: 1.6rem;
        row-gap: 1.9rem;
    }
}

.img-gp-item-main {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
}

/* スマホサイズ */
@media screen and (max-width: 600px) {
    .img_group{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: unset;
        column-gap: 1.6rem;
        row-gap: 1.6rem;
    }

    .img-gp-item-main {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: unset;
        grid-row-end: unset;
    }
}

.img-gp-item-main img {
    width: 100%;
    height: auto;
    aspect-ratio: 776 / 510;
}

.img-gp-item-sub img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

/*画像2枚*/
.two_img{
    width: 100%;
    margin-bottom: 9rem;
}
.two_img_1{
    width: 100%;
    height: auto;
}
.two_img_1 img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.two_img_2 {
    width: 100%;
    height: 576px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.two_img_2_2 {
    width: 100%;
    height: 576px;
    background-size: cover;
    padding-top: 126px;
    padding-left: 17%;
    display: none;
}
.two_img_2_text{
    max-width: 1340px;
    padding-right: 1rem;
    padding-left: 1rem;
}
.two_img_2_text_main{
    font-size: 25px;
    letter-spacing: 7.75px;
    line-height: calc(49 / 25);
    text-align: center;
    color: #2E2B3E;
}
.two_img_2_text_sub{
    font-size: 15px;
    letter-spacing: 4.65px;
    line-height: calc(49 / 15);
    color: #2E2B3E;
    text-align: center;
    margin-top: 7rem;
}

.two_img_2_text_main_br {
    display: none;
}

/* タブレットサイズ */
@media screen and (max-width: 834px) {
    .two_img_2_text_main_br {
        display: block;
    }

    .two_img_2_text_sub {
        margin-top: 4rem;
        line-height: 2.5;
    }
}

/* スマホサイズ */
@media screen and (max-width: 600px) {
    .two_img_2_text_main {
        /* font-size: 2rem; */
        font-size: 1.76rem;
        letter-spacing: 2px;
        /* word-break: keep-all; */
    }

    .two_img_2_text_sub {
        font-size: 1.4rem;
        margin-top: 3.2rem;
        line-height: 2;
    }

    .two_img_2 {
        height: 630px;
    }
}

/*コンテンツ*/
.contents_horizontal-line {
    width: 100%;
    height: 1px;
    background-color: black;
}
.contents_horizontal-line_text{
    font-size: 26px;
}
.contents_horizontal-line_text_box{
    display: flex;
    justify-content: start;
    padding: 20px;
}
.contents_heading_icon{
    width: 40px;
    height: 40px;
}

/*
頂いた金額から選ぶ
-------------------------------------------*/
.amount-list-gp {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3.3rem;
    column-gap: 4rem;
    /* margin-top: 6rem; */
    margin-bottom: 9rem;
}

.amount-list-item {
    width: calc((100% - 4rem * 3) / 4);
    font-size: 2.6rem;
}

.amount-list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8.6rem;
    border: 1px solid #707070;
}

@media screen and (max-width: 1760px) {
    .amount-list-item {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1430px) {
    .amount-list-gp {
        row-gap: 2.4rem;
        column-gap: 2.4rem;
    }
    .amount-list-item {
        width: calc((100% - 2.4rem * 3) / 4);
        font-size: 1.6rem;
    }
    .amount-list-item a {
        height: 6rem;
    }
}

@media screen and (max-width: 1190px) {
    .amount-list-item {
        width: calc((100% - 2.4rem * 2) / 3);
    }
}

@media screen and (max-width: 960px) {
    .amount-list-item {
        width: calc((100% - 2.4rem) / 2);
    }
}

@media screen and (max-width: 460px) {
    .amount-list-gp {
        row-gap: 1.6rem;
        column-gap: 1.6rem;
    }

    .amount-list-item {
        width: calc((100% - 1.6rem) / 2);
        font-size: 1.3rem;
    }
}

.top-itemsbox {
    margin-bottom: 11rem;
}

/* .contents_amount_list {
    width: 23%;
    height: 87px;
    border: 1px solid black;
}
.contents_amount_list_box1{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.contents_amount_list_box2{
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
    margin-bottom: 50px;
}
.contents_amount_text {
    color: #2E2B3E;
    font-size: 26px;
    margin-top: 22px;
    margin-left: 7%;
}
.contents_heading_icon img {
    max-width: 100%;
    height: auto;
    width: 100%;
} */

/*
頂いた金額から選ぶ END
-------------------------------------------*/


.contents_ranking{
    padding: 2.5%;
}
.contents_ranking_list_box{
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
}
.contents_list{
    width: 18%;
    height: 380px;
}
.contents_img{
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: center;
}
.contents_img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.contents_ranking_title{
    display: flex;
    justify-content: start;
    margin-top: 20px;
}
.contents_ranking_icon{
    width: 20%;
    height: 65px;
}
.contents_ranking_icon img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.contents_ranking_title_text{
    width: 100%;
    height: 65px;
}
.contents_ranking_title_text_1{
    font-size: 15px;
    color: #534B7A;
}
.contents_ranking_title_text_2{
    font-size: 20px;
}
.contents_ranking_main_text{
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
}
.contents_margin-top{
    margin-top: 50px;
}


/*
カテゴリリスト
-------------------------------------------*/
.category_list{
    width: 100%;
    background-color: rgb(234, 231, 231);
    padding: 1%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.6rem;
    row-gap: 1.6rem;
}

.category-list-item {
    width: calc((100% - 1.6rem * 4) / 5);
}

.category-list-name {
    display: block;
    background-color: #fff;
    font-size: 1.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-indent: 40%;
    position: relative;
}

.category-list-name::before {
    position: absolute;
    content: '▶';
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.category-list-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 6 / 4;
    object-fit: cover;
}

@media screen and (max-width: 1100px) {
    .category-list-item {
        width: calc((100% - 1.6rem * 3) / 4);
    }
}
/* スマホサイズ */
@media screen and (max-width: 600px) {
    .category-list-item {
        width: calc((100% - 1.6rem) / 2);
    }
}


@media screen and (max-width: 1568px) {
    .container {
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }
}

/* タブレットサイズ */
@media screen and (max-width: 834px) {
    /*topスライドショー*/
    .top_margin {
        height: 56px;
        width: 100%;
    }

    /* .swiper--wrapper {
        height: 90vh;
        width: 100%;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    } */

    .top-swiper-slide img {
        height: 45vh;
    }

    /*価格帯 ランキング*/
    .horizontal-line {
        width: 100%;
        height: 1px;
        background-color: black;
    }
    .horizontal-line_text{
        font-size: 26px;
    }
    .heading{
    }
    .price_range_ranking{
        /* padding: 2.5%; */
    }
    .horizontal-line_text_box{
        display: flex;
        justify-content: start;
        padding: 20px;
    }
    .heading_icon{
        width: 40px;
        height: 40px;
    }
    .amount_list{
        width: 30%;
        height: 65px;
        display: flex;
        justify-content: space-between;
        border: 1px solid black;
    }
    .amount_list_box1{
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
    }
    .amount_list_box2{
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
    }
    .amount_text {
        color: #2E2B3E;
        font-size: 24px;
        margin-top: 15px;
        margin-left: 13%;
    }
    .amount_icon{
        height: 65px;
        width: 40%;
    }
    .heading_icon img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .amount_icon img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    /*コンテンツ*/
    .contents_horizontal-line {
        width: 100%;
        height: 1px;
        background-color: black;
    }
    .contents_horizontal-line_text{
        font-size: 26px;
    }
    .contents_horizontal-line_text_box{
        display: flex;
        justify-content: start;
        padding: 20px;
    }
    .contents_heading_icon{
        width: 40px;
        height: 40px;
    }
    .contents_amount_list {
        width: 23%;
        height: 87px;
        border: 1px solid black;
    }
    .contents_amount_list_box1{
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }
    .contents_amount_list_box2{
        display: flex;
        justify-content: space-between;
        margin-top: 33px;
        margin-bottom: 50px;
    }
    .contents_amount_text {
        color: #2E2B3E;
        font-size: 18px;
        margin-top: 22px;
        margin-left: 7%;
    }
    .contents_heading_icon img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .contents_ranking{
        padding: 2.5%;
    }

    .contents_ranking_list_box::-webkit-scrollbar {
        height: 14px;
    }

    .contents_ranking_list_box::-webkit-scrollbar-thumb {
        background: #d2b48c;
        border-radius: 7px;
    }

    .contents_ranking_list_box::-webkit-scrollbar-track {
        background: #f5deb3;
        border-radius: 7px;
    }
    .contents_ranking_list_box{
        display: flex;
        overflow-x: scroll;
        margin-bottom: 30px;
    }
    .contents_list{
        height: 380px;
        width: 35%;
        margin: 5px;
        flex-shrink: 0;
    }
    .contents_img{
        width: 100%;
        height: 220px;
        display: flex;
        justify-content: center;
    }
    .contents_img img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .contents_ranking_title{
        display: flex;
        justify-content: start;
        margin-top: 20px;
    }
    .contents_ranking_icon{
        width: 20%;
        height: 65px;
    }
    .contents_ranking_icon img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .contents_ranking_title_text{
        width: 100%;
        height: 65px;
    }
    .contents_ranking_title_text_1{
        font-size: 15px;
        color: #534B7A;
    }
    .contents_ranking_title_text_2{
        font-size: 20px;
    }
    .contents_ranking_main_text{
        width: 100%;
        font-size: 14px;
        margin-top: 20px;
    }
    .contents_margin-top{
        margin-top: 50px;
    }

}
/* スマホサイズ */
@media screen and (max-width: 600px) {
    /*topスライドショー*/
    .top_margin {
        height: 56px;
        width: 100%;
    }

    /* .swiper--wrapper {
        height: 90vh;
        width: 100%;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    } */

    .top-swiper-slide img {
        height: 40vh;
    }


    /*価格帯 ランキング*/
    .horizontal-line {
        width: 100%;
        height: 1px;
        background-color: black;
    }
    .horizontal-line_text{
        font-size: 26px;
    }
    .heading{
    }
    .price_range_ranking{
        /* padding: 2.5%; */
    }
    .horizontal-line_text_box{
        display: flex;
        justify-content: start;
        padding: 20px;
    }
    .heading_icon{
        width: 40px;
        height: 40px;
    }
    .amount_list{
        width: 100%;
        height: 105px;
        display: flex;
        justify-content: space-between;
        border: 1px solid black;
    }
    .amount_list_box1{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 30px;
        gap: 20px;
    }
    .amount_list_box2{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 20px;
        gap: 20px;
    }
    .amount_text{
        color: #2E2B3E;
        font-size: 36px;
        margin-top: 20px;
        margin-left: 16%;
    }
    .amount_icon{
        height: 105px;
        width: 40%;
    }
    .heading_icon img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .amount_icon img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    /*コンテンツ*/
    .contents_horizontal-line {
        width: 100%;
        height: 1px;
        background-color: black;
    }
    .contents_horizontal-line_text{
        font-size: 26px;
    }
    .contents_horizontal-line_text_box{
        display: flex;
        justify-content: start;
        padding: 20px;
    }
    .contents_heading_icon{
        width: 40px;
        height: 40px;
    }
    .contents_amount_list {
        width: 23%;
        height: 87px;
        border: 1px solid black;
    }
    .contents_amount_list_box1{
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }
    .contents_amount_list_box2{
        display: flex;
        justify-content: space-between;
        margin-top: 33px;
        margin-bottom: 50px;
    }
    .contents_amount_text {
        color: #2E2B3E;
        font-size: 18px;
        margin-top: 22px;
        margin-left: 7%;
    }
    .contents_heading_icon img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }


    .contents_ranking{
        padding: 2.5%;
    }

    .contents_ranking_list_box::-webkit-scrollbar {
        height: 14px;
    }

    .contents_ranking_list_box::-webkit-scrollbar-thumb {
        background: #d2b48c;
        border-radius: 7px;
    }

    .contents_ranking_list_box::-webkit-scrollbar-track {
        background: #f5deb3;
        border-radius: 7px;
    }
    .contents_ranking_list_box{
        display: flex;
        overflow-x: scroll;
        margin-bottom: 30px;
    }
    .contents_list{
        height: 380px;
        width: 35%;
        margin: 5px;
        flex-shrink: 0;
    }
    .contents_img{
        width: 100%;
        height: 220px;
        display: flex;
        justify-content: center;
    }
    .contents_img img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .contents_ranking_title{
        display: flex;
        justify-content: start;
        margin-top: 20px;
    }
    .contents_ranking_icon{
        width: 20%;
        height: 65px;
    }
    .contents_ranking_icon img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .contents_ranking_title_text{
        width: 100%;
        height: 65px;
    }
    .contents_ranking_title_text_1{
        font-size: 15px;
        color: #534B7A;
    }
    .contents_ranking_title_text_2{
        font-size: 20px;
    }
    .contents_ranking_main_text{
        width: 100%;
        font-size: 14px;
        margin-top: 20px;
    }
    .contents_margin-top{
        margin-top: 50px;
    }
}


/*
価格帯リスト部分
------------------------------------------*/
.ranking-list-gp {
    /* margin-top: 6.4rem; */
    column-gap: 5.4rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4.7rem;
    justify-content: space-between;
}

.ranking-list-item {
    font-size: 2.8rem;
    width: calc((100% - 10.8rem) / 3);
    height: 80px;
    border: 1px solid #707070;
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 8.2rem;
    padding-right: 2.85rem; */
}

.ranking-list-item a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 8.2rem;
    padding-right: 2.85rem;
}


@media screen and (max-width: 1650px) {
    .ranking-list-item a {
        padding-left: 2.85rem;
    }
    
}

@media screen and (max-width: 1400px) {
    .ranking-list-item a {
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }
}

@media screen and (max-width: 1300px) {
    .ranking-list-gp {
        column-gap: 2rem;
    }

    .ranking-list-item {
        width: calc((100% - 4rem) / 3);
        font-size: 2rem;
    }
}

@media screen and (max-width: 1135px) {
    .ranking-list-item {
        width: calc((100% - 4rem) / 2);
    }
}

@media screen and (max-width: 860px) {
    .ranking-list-gp {
        column-gap: 1.6rem;
    }

    .ranking-list-item {
        width: calc((100% - 3.2rem) / 2);
    }
}

/* スマホサイズ */
@media screen and (max-width: 600px) {
    .ranking-list-item {
        width: 100%;
        max-width: 440px;
        margin-right: auto;
        margin-left: auto;
    }

    .ranking-list-gp {
        /* margin-top: 3.2rem; */
        row-gap: 2rem;
    }
}

.logo-border-ttl {
    margin-bottom: 6rem;
}

/* タブレットサイズ */
@media screen and (max-width: 834px) {
    .logo-border-ttl {
        margin-bottom: 4rem;
    }
    .price_range_ranking,
    .recommendation_ranking,
    .img_group_list,
    .amount-list-gp,
    .top-itemsbox,
    .two_img {
        margin-bottom: 6rem;
    }
}
/* スマホサイズ */
@media screen and (max-width: 600px) {
    .logo-border-ttl {
        margin-bottom: 3rem;
    }
    .price_range_ranking,
    .recommendation_ranking,
    .img_group_list,
    .amount-list-gp,
    .top-itemsbox,
    .two_img {
        margin-bottom: 4rem;
    }
    .price_range_ranking {
        margin-top: 4rem;
    }
}

.two_img_1 {
    background-image: url(/img/return_gift.png);
    aspect-ratio: 1920 / 452;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 1200px) {
    .two_img_1 {
        aspect-ratio: 1920 / 625;
    }
}

@media screen and (max-width: 834px) {
    .two_img_1 {
        aspect-ratio: 1920 / 670;
    }
}

@media screen and (max-width: 600px) {
    .two_img_1 {
        aspect-ratio: 1920 / 840;
    }
}